home *** CD-ROM | disk | FTP | other *** search
/ Mastering Web Site Development / Microsoft Mastering Web Site Development (Microsoft) (1997).iso / Media / Ch03 / W03D100.avi (.mp4) < prev    next >
Audio Video Interleaved Video  |  1997-04-24  |  6.1 MB  |  608x428  |  4fps  |  3 minutes, 39 seconds
Transcription: In this demonstration, you will see how to use a parameter query with the data range design time controls. I'll use the design time controls to create an application that enables a user to enter a major ID and returns a list of classes for that major. The first step is to create an HTML form in which the user can enter the major ID requested. I've created an HTML page, Classes in Major, and in this page I've defined a form that contains an input field in which the user can provide a major ID and a submit button the user clicks to submit the form. When the form is submitted, the ASP file, Get C ...